crypto/x509.policyGraphNode.children (field)

8 uses

	crypto/x509 (current package)
		verify.go#L1270: 	children map[*policyGraphNode]bool
		verify.go#L1277: 		children:          map[*policyGraphNode]bool{},
		verify.go#L1281: 		p.children[n] = true
		verify.go#L1300: 		children:          map[*policyGraphNode]bool{},
		verify.go#L1348: 		delete(p.children, n)
		verify.go#L1350: 	for c := range n.children {
		verify.go#L1379: 			if len(n.children) == 0 {
		verify.go#L1381: 					delete(p.children, n)